home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Deutsche Edition 1
/
Deutsche Edition 1.iso
/
amok
/
081-090
/
amok84
/
reqtools_2.1d
/
glue.lha
/
Glue
/
Dice
/
src
/
rtEZRequestAR.asm
< prev
next >
Wrap
Assembly Source File
|
1992-07-09
|
220b
|
22 lines
INCLUDE "reqtools.i"
XDEF @rtEZRequestA
rl REG a2/a3/a4/a6
@rtEZRequestA:
movem.l rl,-(a7)
RTB
move.l a1,a2
move.l a0,a1
move.l d0,a3
move.l d1,a4
move.l 20(a7),a0
jsr -66(a6)
movem.l (a7)+,rl
rts
END